DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / View<T> Class / SelectMany Method

In This Topic
    SelectMany Method (View<T>)
    In This Topic
    Projects each element of this view to a collection of collections, flattens the resulting collections into one collection, and invokes a result selector function on each element therein.
    Overload List
    OverloadDescription
    Projects each element of this view to a collection of collections, flattens the resulting collections into one collection, and invokes a result selector function on each element therein.  
    Projects each element of this view to a collection of TResult and flattens the resulting collections into one view.  
    See Also